home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
timeline.dir
/
00116_Script_116
< prev
next >
Wrap
Text File
|
1983-01-29
|
363b
|
15 lines
on quale_adt
global tavola,disaudio
vif 35
if not disaudio then
case tavola of
1: sound playFile 1,"adt01.aif"
2: sound playFile 1,"adt02.aif"
3: sound playFile 1,"adt03.aif"
4: sound playFile 1,"adt04.aif"
5: sound playFile 1,"adt05.aif"
6: sound playFile 1,"adt06.aif"
end case
end if
end